home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
comm
/
irc
/
epic4-mos.lha
/
share
/
epic
/
help
/
6_functions
/
remws
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-03-22
|
343 b
|
19 lines
Synopsis:
$remws(<lwords> / <rwords>)
Technical:
This function simply returns <rwords> with all of the words to the left
of the / removed.
Returns:
<rwords> with <lwords> removed
Examples:
$remws(foo bar / test blah foo fnord bar nyah)
returns
"test blah fnord nyah"
See Also:
remw(6); uniq(6);